Add gtk_application_get_actions_for_accel()
authorRyan Lortie <desrt@desrt.ca>
Sun, 3 Aug 2014 18:27:51 +0000 (20:27 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Aug 2014 18:27:51 +0000 (20:27 +0200)
commit7d81d0a3bb3ad8c26d9ca664b3aaafd0b4f3052e
tree7f188b0e53d1e1d59ff1f07edb6e883f582ceebe
parent9746419ccefb27f5da29067186ef40670152d028
Add gtk_application_get_actions_for_accel()

This counterpart to gtk_application_get_accels_for_action() lets you
find out if a particular accelerator has one or more actions associated
with it. This might be useful from an accelerator editor or plugin
system to prevent the the installation of conflicting accelerators.

https://bugzilla.gnome.org/show_bug.cgi?id=721367
docs/reference/gtk/gtk3-sections.txt
gtk/gtkapplication.c
gtk/gtkapplication.h